From 1e5704d488530edb26451329a05440f3a89c08ef Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Wed, 14 Jun 2017 20:38:48 -0400 Subject: [PATCH] Add | to error message about invalid change tag characters Pipe itself is already not allowed. Bug: T92956 Change-Id: Icb98b5e8040fa91685adcdfdb46e1173162f2b9e --- languages/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index bcb9f2df92..70664af31a 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -3813,7 +3813,7 @@ "tags-create-reason": "Reason:", "tags-create-submit": "Create", "tags-create-no-name": "You must specify a tag name.", - "tags-create-invalid-chars": "Tag names must not contain commas (,) or forward slashes (/).", + "tags-create-invalid-chars": "Tag names must not contain commas (,), pipes (|), or forward slashes (/).", "tags-create-invalid-title-chars": "Tag names must not contain characters that cannot be used in page titles.", "tags-create-already-exists": "The tag \"$1\" already exists.", "tags-create-warnings-above": "The following {{PLURAL:$2|warning was|warnings were}} encountered when attempting to create the tag \"$1\":", -- 2.20.1